You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Matrix.MtxIntPower Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.MtxIntPower Method

Calculates the matrix to integer power.

Syntax
C#
Visual Basic
public TMtx MtxIntPower([In] TMtx Src, int Exponent);

Calculate the matrix to any integer power. Because the MtxFunction method is based on the eigenvalue decomposition and the eigenvalue, the SourceType for symmetric and symmetric positive definite matrices has to be defined explicitly. 

Note The algorithm for general matrices will fail on a symmetric matrix.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!